" Input: { path_list - path list file_name - name of file to find (can be with patterns) (recursion_level_max) - if >0, limit dir recursion (can_be_dir) - if 'yes', return matched directories as well (return_symlinks) - if 'yes', symlinks are returned as-is. Otherwise, they're resolved } Output: { return - return code = 0, if successful > 0, if error (error) - error text if return > 0 list - list of file (see ck.list_all_files) elapsed_time - elapsed time } "